home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / celebridades_1407.swf / scripts / DefineSprite_481 / frame_5 / DoAction.as
Text File  |  2009-04-29  |  214b  |  12 lines

  1. i = 1;
  2. while(i <= 10)
  3. {
  4.    eval("esbtn1.es" + i).onPress = function()
  5.    {
  6.       bt1.start();
  7.       var _loc3_ = parseInt(this._name.substr(2));
  8.       _root.eyeshade.gotoAndStop(_loc3_);
  9.    };
  10.    i++;
  11. }
  12.